FlexReport for WPF
IndexByName メソッド (ReportObjectCollection<TItem>)


C1.WPF.Report アセンブリ > C1.WPF.Report 名前空間 > ReportObjectCollection<TItem> クラス : IndexByName メソッド
要素の名前。
要素の名前に基づいてそのインデックスを取得します。
シンタックス
'宣言
 
Public Function IndexByName( _
   ByVal name As System.String _
) As System.Integer
'使用法
 
Dim instance As ReportObjectCollection(Of TItem)
Dim name As System.String
Dim value As System.Integer
 
value = instance.IndexByName(name)
public System.int IndexByName( 
   System.string name
)

パラメータ

name
要素の名前。

戻り値の型

指定された名前の要素の 0 から始まるインデックス。または、要素に名前が指定されていない場合は、-1。
参照

ReportObjectCollection<TItem> クラス
ReportObjectCollection<TItem> メンバ